How to generate Image at server side in java [ blog-> string_image -> *.png or .jpg ]
        Posted  
        
            by Vaibhav Bhalke
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Vaibhav Bhalke
        
        
        
        Published on 2010-04-24T10:50:51Z
        Indexed on 
            2010/04/24
            10:53 UTC
        
        
        Read the original article
        Hit count: 152
        
Hi All 
I want to generate image on server side. My Image is stored in server side's database in blob format and I am able to convert it into string_image; Then How to convert that string_image into actual .jpg or .png format.
Actually I am posting attachment as image on users facebook' wall. How to generate Image at server side in Java? Is there any sample code to do it?
© Stack Overflow or respective owner